Skip to content

Special case the 'RpcHttp.RawBody' field to always return the literal string #210

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 6, 2019

Conversation

daxian-dbw
Copy link
Contributor

Fix #205

Special case RpcHttp.RawBody field to always return the literal string.
NodeJS worker does the same for RawBody: https://github.com/Azure/azure-functions-nodejs-worker/blob/dev/src/Converters.ts#L18

@daxian-dbw daxian-dbw requested a review from TylerLeonhardt May 5, 2019 07:25
Copy link
Member

@TylerLeonhardt TylerLeonhardt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Request.RawBody is not a string anymore
2 participants